3.6 iOS OTA web page

When using iOS OTA to issue certificates to an iOS device, the web service uses an intermediate web page to present a link to the CA root certificate and the Enroll page used to provision the certificates.

The web page is generated by transforming XML into HTML using XSL. If required, you can modify the transform file.

The transform file is ScepProvision.xslt, and is installed to the following folder by default:

C:\Program Files\Intercede\MyID\SSP\MyIDProcessDriver\Transforms

Note: If you provide any images in your transform, you are recommended to use absolute paths rather than relative paths.

Note: By default, ScepProvision.xslt file contains a meta refresh node which automatically takes the user to the EnrollUrl. This can be removed or the time taken (defaults to 0 seconds) can be changed if required.

3.6.1 Available attributes

The XML comprises a top-level Parameters node containing the following elements:

In addition to the EnrollUrl being mandatory, a link with:

href="myidmcm://completed"

is also mandatory so that the user can be returned to the Identity Agent application to complete the enrollment.